home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / MiscWindowButtons.h < prev    next >
Encoding:
Text File  |  1995-01-17  |  732 b   |  25 lines

  1. //
  2. //    MiscWindowButtons.h -- extension to Window class
  3. //        Written by John Randolph
  4. //        Created: Fri Nov 11 03:43:05 PST 1994
  5. //        Copyright (c) 1994 by John Randolph.
  6. //                Version 1.0.  All rights reserved.
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This object is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //    
  14.  
  15. #import <appkit/appkit.h>
  16.  
  17. @interface Window (MiscWindowButtons)
  18.  
  19. - showCloseBox:sender;
  20. - showMiniaturizeButton:sender;
  21. - hideCloseBox:sender;
  22. - hideMiniaturizeButton:sender;
  23.  
  24. @end
  25.